home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d16
/
wc15_b.arc
/
DDESERV.WMS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-03-22
|
198 b
|
16 lines
; Test of DDE server advise
; Wait and update a$ every second
j=1
print("We are started^M^J")
again:
a$=strint(j)
print(a$+"^M^J")
i=time?+1
do until(time?>i)
j=j+1
goto again
end